home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / movefile.arc / MOVEFILE.DOC < prev   
Encoding:
Text File  |  1985-01-08  |  4.2 KB  |  119 lines

  1.  
  2.                           MOVEFILE VERSION 1.0
  3.  
  4.                 A move utility for disk subdirectories
  5.  
  6.  Copyright PSUEDONYM tm SOFTWARE 1980 As an unpublished proprietary work
  7.  
  8.                            All rights reserved
  9.  
  10.  
  11.  
  12. MOVEFILE, a product of PSUEDONYM SOFTWARE is currently distributed as
  13. User Supported Software.  With a few restrictions, this allows
  14. MOVEFILE, although copyrighted, to be freely copied and distributed.
  15.  
  16. First, this product must be copied and distributed as a complete
  17. package.  This includes both the MOVEFILE program (MF.COM) and this
  18. documentation file (MOVEFILE.DOC).
  19.  
  20. Second, MOVEFILE is copyrighted and may not be distributed if altered
  21. or modified in any way.
  22.  
  23. Third, no fee is to be charged for copying or distributing MOVEFILE
  24. without the written permission of PSUEDONYM SOFTWARE.
  25.  
  26. In short, MOVEFILE may be copied and distributed to anyone who wishes
  27. it as long as it is a complete unmodified package including the program
  28. and documentation and no fee is charged. In turn, PSUEDONYM SOFTWARE is
  29. requesting a  small contribution.  $10.00 is suggested but please
  30. contribute whatever you feel MOVEFILE is worth. Your contributions will
  31. help offset development costs and thus assure future updates and
  32. products. Also, registered users of MOVEFILE will be placed on a
  33. mailing list for future notification.  Even if you don't feel that
  34. MOVEFILE merits a contribution, please continue to copy and share this
  35. program with others.
  36.  
  37.  
  38. Disclaimer:
  39. -----------
  40.  
  41. MOVEFILE is being distributed without warranty on an "as is" basis.
  42. Neither PSUEDONYM SOFTWARE nor any of its authors shall be held liable
  43. for any loss or damage caused directly or indirectly by this program.
  44.  
  45.  
  46. Using MOVEFILE:
  47. ---------------
  48.  
  49. MOVEFILE.COM was written to allow moving files between subdirectories.
  50. It will not move files between disks.  Use the DOS COPY and DELETE
  51. commands to perform that type of operation.  Unlike many other move
  52. utilities available, MOVEFILE will work with standard DOS wild card
  53. characters.  This feature allows moving multiple files with a single
  54. command.  Fils that have been moved are not modified in any way.  In
  55. fact, they are not actually moved in the normal sense of the word.
  56. Only the pointer to the file's subdirectory is changed.  Consequently,
  57. a large number of files may be moved very rapidly without requiring
  58. additional disk space.
  59.  
  60. MOVEFILE requires DOS 2.0 or higher.
  61.  
  62.  
  63. SYNTAX:    MOVEFILE [d:][\source\path\]filespec.ext \target\path
  64.  
  65.  
  66. Wild card character usage is similar to that used with COPY.
  67.  
  68. If the drive specifier is omitted, the current default drive is assumed.
  69.  
  70. If the source subdirectory is omitted:
  71.  
  72.   1.  The current subdirectory is assumed, provided that the drive
  73.       specifier was also omitted.
  74.  
  75.   2.  Otherwise, the root directory on the source drive is assumed.
  76.  
  77. If the target subdirectory is omitted, the root directory is assumed.
  78.  
  79.  
  80. Examples:
  81. ---------
  82.  
  83. Assuming that the current drive is C: and the current subdirectory is
  84. \DOS
  85.  
  86. MF *.* \progs              All files in the current directory
  87.                            (ie. DOS will be moved to PROGS.
  88.  
  89. MF c:\dos\*.* \progs       Same as above.
  90.  
  91. MF \progs\*.asm  \asm      All files matching ????????.asm will
  92.                            be moved from PROGS to ASM.
  93.  
  94. MF *.*                     All files in the DOS directory will be
  95.                            moved to the root directory.
  96.  
  97. MF *.* \                   Same as above.
  98.  
  99. MF \dos\*.* \              Same as above.
  100.  
  101. MF c:\dos\*.* \            Same as above.
  102.  
  103. MF c:*.* \                 This would move all files in the root
  104.                            directory of C: to the root directory of C:
  105.                            If it were allowed, it would accomplish
  106.                            nothing.  So this command is illegal.
  107.  
  108. MF a:dbase*.* \test        All files matching dbase???.??? in the root
  109.                            directory of A: will be moved to A:\TEST.
  110.  
  111. MF a:\test\*.*             All files in the TEST subdirectory of A:
  112.                            will be moved to the root directory of A:
  113.  
  114.  
  115. PSUEDONYM tm SOFTWARE
  116. 161 S. Sunnyslope Ave.
  117. Pasadena, Ca   91107
  118.  
  119.